projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8b6bfe
)
docs: More uniform formatting
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 4 Apr 2014 05:25:14 +0000
(
01:25
-0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 4 Apr 2014 05:25:14 +0000
(
01:25
-0400)
Make all occurrences of hex in gdkcolor.c use “.
gdk/gdkcolor.c
patch
|
blob
|
history
diff --git
a/gdk/gdkcolor.c
b/gdk/gdkcolor.c
index 4b8527b7b23a1e20c62e994e4ef04b2d82f33a90..43d0d91d9ae16918988a94d10d75bd1d716bffc0 100644
(file)
--- a/
gdk/gdkcolor.c
+++ b/
gdk/gdkcolor.c
@@
-163,7
+163,7
@@
gdk_color_parse (const gchar *spec,
* @color: a #GdkColor
*
* Returns a textual specification of @color in the hexadecimal
- * form
`#rrrrggggbbbb`, where `r`, `g` and `b`
are hex digits
+ * form
“\#rrrrggggbbbb” where “r”, “g” and “b”
are hex digits
* representing the red, green and blue components respectively.
*
* The returned string can be parsed by gdk_color_parse().